mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-12 13:00:47 -05:00
6 lines
207 B
Diff
6 lines
207 B
Diff
126,127c126,127
|
|
< const walks_like_duck = ???;
|
|
< const quacks_like_duck = ???;
|
|
---
|
|
> const walks_like_duck = @hasDecl(MyType, "waddle");
|
|
> const quacks_like_duck = @hasDecl(MyType, "quack");
|