Skip to content

sh-dave/haxe-std-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

haxe-std-extensions License: Zlib

Just some extensions i'm sick of writing over and over.

Array

findIndex<T>( a: Array<T>, f: T -> Bool ) : Int;

swap<T>( a: Array<T>, i: Int, i: Int );

haxe.ds.ArraySort

sortRange<T>( a: Array<T>, cmp: T->T->Int, pos: Int, ?len: Int );

About

minor extensions for the haxe std library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages