mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +00:00
6 lines
73 B
Mathematica
6 lines
73 B
Mathematica
|
/* Ring.m - a fixed-length circular array */
|
||
|
|
||
|
@implementation Ring
|
||
|
|
||
|
@end
|