Hallux

v0.1.0

  • Pages
  • Modules
  • Protocols

    Hallux v0.1.0 Hallux.Seq View Source

    Link to this section Summary

    Functions

    append(seq1, seq2)
    at(seq, index)
    cons(seq, elem)
    empty?(seq)
    new()
    new(tree)
    new(enum, transform_fn \\ &(&1))
    size(seq)
    snoc(seq, elem)
    split_at(seq, index)
    to_list(seq)
    viewL(seq)
    viewR(seq)

    Link to this section Functions

    Link to this function append(seq1, seq2) View Source
    Link to this function at(seq, index) View Source
    Link to this function cons(seq, elem) View Source
    Link to this function empty?(seq) View Source
    Link to this function new() View Source
    Link to this function new(tree) View Source
    Link to this function new(enum, transform_fn \\ &(&1)) View Source
    Link to this function size(seq) View Source
    Link to this function snoc(seq, elem) View Source
    Link to this function split_at(seq, index) View Source
    Link to this function to_list(seq) View Source
    Link to this function viewL(seq) View Source
    Link to this function viewR(seq) View Source

    Built using ExDoc (v0.16.4), designed by Friedel Ziegelmayer.