[SOLVED] Is insertAt method on Slice considered an private API? [YES]

Hey people,

I’m trying to add this method in the TypeScript thingy. But, there is a good comment about this.

Because there is no documentation of this method, is this considered a private method?

Assuming you mean Slice.insertAt, yes, that’s not supposed to be part of the public API (since I can’t think of a situation where client code would use it).

Cool!!

Thank you @marijn!