Add docs, comments and Pixmap.clone()

This commit is contained in:
Elias Batek 2024-04-24 02:34:28 +02:00
parent 762280aa4c
commit 9bc0dd74ea
2 changed files with 16 additions and 0 deletions

3
core.d
View file

@ -208,6 +208,9 @@ version(Posix) {
calc(a.y, b.y).typeCast!int,
);
---
History:
Added April 24, 2024
+/
auto ref T typeCast(T, S)(auto ref S v) {
return cast(T) v;