File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ Returns the invocant.
181
181
182
182
= head2 method DateTime
183
183
184
- multi method DateTime(Date:U --> DateTime:U)
185
- multi method DateTime(Date:D --> DateTime:D)
184
+ multi method DateTime(Date:U: --> DateTime:U)
185
+ multi method DateTime(Date:D: --> DateTime:D)
186
186
187
187
Converts the invocant to L « C < DateTime > |/type/DateTime»
188
188
@@ -191,7 +191,7 @@ Converts the invocant to L«C<DateTime>|/type/DateTime»
191
191
192
192
= head2 method Int
193
193
194
- multi method Int(Date:D --> Int:D)
194
+ multi method Int(Date:D: --> Int:D)
195
195
196
196
Converts the invocant to L « C < Int > |/type/Int» . The same value can be
197
197
obtained with the C < daycount > method.
@@ -200,7 +200,7 @@ Available as of release 2023.02 of the Rakudo compiler.
200
200
201
201
= head2 method Real
202
202
203
- multi method Real(Date:D --> Int:D)
203
+ multi method Real(Date:D: --> Int:D)
204
204
205
205
Converts the invocant to L « C < Int > |/type/Int» . The same value can be
206
206
obtained with the C < daycount > method.
@@ -209,7 +209,7 @@ Available as of release 2023.02 of the Rakudo compiler.
209
209
210
210
= head2 method Numeric
211
211
212
- multi method Numeric(Date:D --> Int:D)
212
+ multi method Numeric(Date:D: --> Int:D)
213
213
214
214
Converts the invocant to L « C < Int > |/type/Int» . The same value can be
215
215
obtained with the C < daycount > method. This allows C < Date > objects to
You can’t perform that action at this time.
0 commit comments