kcl-std → functions → poppopFunction in std::arrayRemove the last element from an array. Copy snippet Returns a new array with the last element removed. Arguments NameTypeDescriptionRequiredarray[any; 1+]The array to pop from. Must not be empty.Yes Returns [any] Examples Copy snippet Found a typo?