I've added a couple of minor features as well. There's a bunch of operators for counting things -- for example you can get the vertex count of meshes with something like
Meshes().get(VertCounts)
. On a somewhat related note all streams have a count()
function which will return the length of the stream, and a first()
method which will pull the head item from a stream -- which is handy if you expect to narrow down to a single item and don't want a single-item iterable.Last but not least I'd love to hear from the community about good minq hacks -- I'll be happy to add cool ones to the examples file. I'd also appreciate any bugs you find going into the issues page!
No comments:
Post a Comment