gluple/removal

Functions

pub fn remove_first1(: #(a)) -> #()
pub fn remove_first2(tuple: #(a, b)) -> #(b)
pub fn remove_first3(tuple: #(a, b, c)) -> #(b, c)
pub fn remove_first4(tuple: #(a, b, c, d)) -> #(b, c, d)
pub fn remove_first5(tuple: #(a, b, c, d, e)) -> #(b, c, d, e)
pub fn remove_first6(
  tuple: #(a, b, c, d, e, f),
) -> #(b, c, d, e, f)
pub fn remove_first7(
  tuple: #(a, b, c, d, e, f, g),
) -> #(b, c, d, e, f, g)
pub fn remove_first8(
  tuple: #(a, b, c, d, e, f, g, h),
) -> #(b, c, d, e, f, g, h)
pub fn remove_first9(
  tuple: #(a, b, c, d, e, f, g, h, i),
) -> #(b, c, d, e, f, g, h, i)
Search Document