You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LazyMutable class, it allows to have a lazy initialised var (differs from a lateinit var because the client can specify an initialiser which is called lazily). It's not thread safe, when exporting it to a library a thread safe version should be implemented as well;
RangeExtensions, along with their tests;
IntersectionUtils, these are dependent on Alchemist geometry abstractions (e.g. vectors, segments), exporting them may be a thorny issue.
The text was updated successfully, but these errors were encountered:
Some candidates for an external library are:
LazyMutable
class, it allows to have a lazy initialised var (differs from alateinit var
because the client can specify an initialiser which is called lazily). It's not thread safe, when exporting it to a library a thread safe version should be implemented as well;RangeExtension
s, along with their tests;IntersectionUtils
, these are dependent on Alchemist geometry abstractions (e.g. vectors, segments), exporting them may be a thorny issue.The text was updated successfully, but these errors were encountered: