Closed notanaverageman closed 4 years ago
Yes, you are right. I wrote both methods for the sake of readability. I should have documented it. I'll either delete the IsFirst and IsLast properties or document the situation. I'll also translate the method docs into English.
Currently
IsFirst
is same asHasPrevious
, which means that the allmorph is not the first. Same issue exists forIsLast
.