mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-01 08:03:29 +02:00
this means
This commit is contained in:
committed by
GitHub
co-authored by
GitHub
parent
be279c78f5
commit
4bdf39bfe5
@@ -17,7 +17,7 @@ const Elephant = struct {
|
||||
|
||||
// Elephant tail 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 {
|
||||
|
||||
Reference in New Issue
Block a user