TheHelpfulHelper
✅ Conversions of types between two libraries
Dont ask me why these libraries thought they needed to create their own Vector structs, something something memory layout I think or I dont really know. All I know is that I need to use the libraries and I cant edit them.
23 replies
❔ LINQ: Group and extract all consecutive elements from List that match predicate
Look at my example.
My supposed "GroupConsecutive" method will give you a List which itself contains Groupings of all the consecutive elements in the given List.
78 replies