FAL
FAL
Haxe v4.2.5 - nightly 651ecf3 Sometimes I'd like to have inline functions just for type cast (like `castMyType()` in the code below), rather than typing explicitly (like `var value:MyType =...
- [ ] Fixed set -> We already have `Vector`. Add `deduplicate()` or something - [ ] Fixed map
- [ ] Internal (singly/doubly) - [ ] External (singly/doubly) - [ ] Table-based (singly/doubly)
Such as: - Queue.dequeueUntil(predicate) - Queue.enqueueFromVector(vector) - Queue.drop(length) - Stack.popUntil(predicate) - Stack.drop(length)