pull/2/head
ChrisMiuchiz 3 years ago
parent 14c7e73343
commit 4364ebcf4b

@ -11,7 +11,7 @@ const Elephant = struct {
// New Elephant methods!
pub fn getTail(self: *Elephant) *Elephant {
return self.tail.?; // Remember, this is means "orelse unreachable"
return self.tail.?; // Remember, this means "orelse unreachable"
}
pub fn hasTail(self: *Elephant) bool {

Loading…
Cancel
Save