mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-04 10:59:03 +02:00
7 lines
58 B
D
7 lines
58 B
D
module lib;
|
|
|
|
T lib_templ_func(T)(T* a)
|
|
{
|
|
return *a;
|
|
}
|