/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
//! Computed values for counter properties
usecrate::values::computed::image::Image; usecrate::values::generics::counters as generics; usecrate::values::generics::counters::CounterIncrement as GenericCounterIncrement; usecrate::values::generics::counters::CounterReset as GenericCounterReset; usecrate::values::generics::counters::CounterSet as GenericCounterSet;
/// A computed value for the `counter-increment` property. pubtype CounterIncrement = GenericCounterIncrement<i32>;
/// A computed value for the `counter-reset` property. pubtype CounterReset = GenericCounterReset<i32>;
/// A computed value for the `counter-set` property. pubtype CounterSet = GenericCounterSet<i32>;
/// A computed value for the `content` property. pubtype Content = generics::GenericContent<Image>;
/// A computed content item. pubtype ContentItem = generics::GenericContentItem<Image>;
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-19)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.