Hexworks / zircon

Zircon is an extensible and user-friendly, multiplatform tile engine.

Home Page:https://hexworks.org/projects/zircon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add orNull alternatives to operations that return a Maybe.

adam-arold opened this issue · comments

Currently we have a bunch of operations that return a Maybe object. We should add variants that may return T? instead with an orNull postfix, eg: getTileOrNull.