blindspot-ai/ftoolz

Add basic sequence constructors

Closed this issue · 1 comments

  • fill(f, n) -> Seq[A] where f: int -> A
  • fill_const(c: int, n: int)

Implemented as generate() in #22