mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
this means
This commit is contained in:
parent
be279c78f5
commit
4bdf39bfe5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const Elephant = struct {
|
||||||
|
|
||||||
// Elephant tail methods!
|
// Elephant tail methods!
|
||||||
pub fn getTail(self: *Elephant) *Elephant {
|
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 {
|
pub fn hasTail(self: *Elephant) bool {
|
||||||
|
|
Loading…
Reference in a new issue