Replies: 1 comment 1 reply
-
Hi! There are a few reasons for this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
What is the reason for having LayerPosition::FromBack and LayerPosition::FromFront instead of just LayerPosition?
I find that unnecessarily complicated. Positions are always(mostly?) given from the beginning of "something", here, a container. Even algorithms that search from back always(mostly?) give found position in relation to the beginning.
Beta Was this translation helpful? Give feedback.
All reactions