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
This includes Wrapping<T>, Saturating<T>, NonZero<T>, NonZero* etc. I think parsing to and from numbers in FromLua and IntoLua without retaining these types' special property should be valid for most use cases, since it's crossing language boundaries.
The text was updated successfully, but these errors were encountered:
This includes
Wrapping<T>
,Saturating<T>
,NonZero<T>
,NonZero*
etc. I think parsing to and from numbers inFromLua
andIntoLua
without retaining these types' special property should be valid for most use cases, since it's crossing language boundaries.The text was updated successfully, but these errors were encountered: